Delete Files
Description
Delete files is a Process Entry in the File Management Plugin for Process Studio Processes. Delete files Process Entry deletes files or folders (can include subfolders) as specified.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
2 | Include Subfolders | Also delete the subfolders in the folder selection |
3 | Copy previous results to args? | Enable this if the set of files comes from a previous process entry (as part of the result files) |
4 | File/Folder | The file or folder to delete NOTE: don't forget to hit the "Add" button to add the file to the list of Files/folder |
5 | Wildcard | The regular expression matching files to delete if the previous option is a folder. For example to delete all files ending in .dat, the regular expression would be ".*\.dat$" . |
6 | Files/Folders | The complete list of files/folders to delete |